summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-02-21 18:19:12 +0100
committerLiam <byteslice@airmail.cc>2023-03-01 16:39:36 +0100
commit4a1aa9859844c25598c1635d760a53ca2fd5afc3 (patch)
treebd11f00ef6896fe63838c8154c3a8791fb5aa466
parentMerge pull request #9832 from liamwhite/hle-mp (diff)
downloadyuzu-4a1aa9859844c25598c1635d760a53ca2fd5afc3.tar
yuzu-4a1aa9859844c25598c1635d760a53ca2fd5afc3.tar.gz
yuzu-4a1aa9859844c25598c1635d760a53ca2fd5afc3.tar.bz2
yuzu-4a1aa9859844c25598c1635d760a53ca2fd5afc3.tar.lz
yuzu-4a1aa9859844c25598c1635d760a53ca2fd5afc3.tar.xz
yuzu-4a1aa9859844c25598c1635d760a53ca2fd5afc3.tar.zst
yuzu-4a1aa9859844c25598c1635d760a53ca2fd5afc3.zip
-rw-r--r--src/core/hle/service/sm/sm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/sm/sm.h b/src/core/hle/service/sm/sm.h
index b7eeafdd6..8dbf2c767 100644
--- a/src/core/hle/service/sm/sm.h
+++ b/src/core/hle/service/sm/sm.h
@@ -45,7 +45,6 @@ private:
ResultVal<Kernel::KClientSession*> GetServiceImpl(Kernel::HLERequestContext& ctx);
ServiceManager& service_manager;
- bool is_initialized{};
Kernel::KernelCore& kernel;
};